home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Stopwatch2.3 / Source / SessionViewMgr.h < prev    next >
Text File  |  1995-06-12  |  226b  |  15 lines

  1. /*
  2.  * For legal stuff see the file COPYRIGHT
  3.  */
  4. #import "BrowserViewMgr.h"
  5.  
  6. @interface SessionViewMgr : BrowserViewMgr
  7. {
  8.   id    clientHoursField;
  9.   id    totalHoursField;
  10.   id    clientBillingsField;
  11.   id    totalBillingsField;
  12. }
  13.  
  14. @end
  15.